-
Notifications
You must be signed in to change notification settings - Fork 28
updated django to 4.2.15 #1254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated django to 4.2.15 #1254
Conversation
JFU-NAVA-PBC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JFU-NAVA-PBC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did not see change in requirements.in - the input for pip-compile?
look forward to more commits coming in...
|
also run : make reqs-download it will downloads the tars / wheels into vendor directory, which the deploy task will be installing dependencies from... since the re-generated requirements.dev.txt replaced some dependencies, need to git remove the old file and git add the new file... etc. reqs-download: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like Django 4.2.11 wheel file is still around - should be removed when django bumpped to 4.2.14, now we are at 4.2.15, so remove both Django 4.2.11 and 4.2.15 when bumpped to 4.2.15.
Also check other dependencies to removed older version binary if a newer version binary was introduced due to django bump.


JIRA Ticket:
BB2-3349
What Does This PR Do?
Upgrading Django to 4.2.15
What Should Reviewers Watch For?
Any breaking portions of the site
If you're reviewing this PR, please check for these things in particular:
Any breaking unit tests
Validation
Ran unit tests with success
What Security Implications Does This PR Have?
Please indicate if this PR does any of the following:
security engineer's approval.
Any Migrations?
etc)